v0.16.3
Detritus
interface
RawPresenceActivity
Properties
application_id
assets
details
emoji
flags
id
instance
metadata
name
party
platform
secrets
session_id
state
sync_id
timestamps
type
url
Search results
Types
Classes
Interfaces
Enums
Functions
Type aliases
Constants
Members
Properties
Methods
Getters
Setters
Enum members
Show privates
Other
In this module only
index
/
detritus-client-socket
/
RawPresenceActivity
Interface
RawPresenceActivity
Defined in gateway
Properties
application_id
?
:
string
assets
?
:
{
large_image
?
:
string
,
large_text
?
:
string
,
small_image
?
:
string
,
small_text
?
:
string
}
details
?
:
string
emoji
?
:
{
animated
:
boolean
,
id
:
null
|
string
,
name
:
string
}
flags
?
:
number
id
?
:
string
instance
?
:
boolean
metadata
?
:
{
[key
:
string
]
:
any
}
name
:
string
party
?
:
{
id
?
:
string
,
size
?
:
Array
<
[
number
,
number
]
>
external
Array
}
platform
?
:
string
secrets
?
:
{
join
?
:
string
,
match
?
:
string
,
spectate
?
:
string
}
session_id
?
:
string
state
?
:
string
sync_id
?
:
string
timestamps
?
:
{
end
?
:
number
,
start
?
:
number
}
type
:
number
url
?
:
string